Uses of Interface
org.episteme.social.history.time.TimeCoordinate
Packages that use TimeCoordinate
Package
Description
Provides mathematical and analytical models for architectural engineering,
building physics, and urban history.
- artworks, music, literature classification.
- musical notes, instruments, compositions.
- plays, performances, dramatic arts.
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
Provides classes for monetary and financial operations.
Provides classes and interfaces for representing economic resources.
Provides classes for social geography, human settlements, and mapping.
- historical events, timelines, and chronology.
Provides classes and interfaces for archaeological research and analysis.
Historical and alternate calendar systems for chronological calculations.
Temporal coordinate and interval support for historical analysis.
Provides the
org.episteme.social.law module.Provides the
org.episteme.social.politics module.Provides the
org.episteme.social.psychology module.- social structures, persons, and cultural modeling.
Core functionality for the org.episteme.social.sociology.survey package in the Episteme library.
Provides classes and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of TimeCoordinate in org.episteme.social.architecture
Methods in org.episteme.social.architecture that return TimeCoordinateConstructors in org.episteme.social.architecture with parameters of type TimeCoordinateModifierConstructorDescriptionBuilding(String name, Building.Style style, Building.Type type, TimeCoordinate buildDate, String architect, Place location, double heightMeters) Creates a new Building record. -
Uses of TimeCoordinate in org.episteme.social.arts
Methods in org.episteme.social.arts that return TimeCoordinateModifier and TypeMethodDescriptionProvenanceTracker.ProvenanceEvent.date()Returns the value of thedaterecord component.Artist.getBirthDate()Analysis.getDate()Restoration.getDate()Artist.getDeathDate()ArtMarketAnalyzer.AuctionRecord.saleDate()Returns the value of thesaleDaterecord component.Methods in org.episteme.social.arts with parameters of type TimeCoordinateModifier and TypeMethodDescriptionvoidArtist.setBirthDate(TimeCoordinate date) voidArtist.setDeathDate(TimeCoordinate date) Constructors in org.episteme.social.arts with parameters of type TimeCoordinateModifierConstructorDescriptionAnalysis(String methodName, String performer, TimeCoordinate date, String result) Creates a new Analysis record.Artwork(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate, Identification identification, Money value, ArtForm category) Full constructor for Artwork as a resource.Artwork(String name, String description, TimeCoordinate productionDate, Place productionPlace, ArtForm category) Creates a new Artwork.AuctionRecord(String artworkTitle, String artist, int creationYear, String medium, String auctionHouse, TimeCoordinate saleDate, Real hammerPrice, Real estimateLow, Real estimateHigh, String currency) Creates an instance of aAuctionRecordrecord class.Book(String title, String isbn, TimeCoordinate publicationDate) Creates a new Book with basic bibliographic info.Film(String title, String director, TimeCoordinate releaseDate) Creates a new Film with production details.Performance(Artwork artwork, Place place, TimeCoordinate date, String comments) Picture(String name, String description, TimeCoordinate productionDate, Place productionPlace, ArtForm category, Picture.Medium medium, Picture.Support support) Picture(String name, TimeCoordinate productionDate, Picture.Medium medium) ProvenanceEvent(TimeCoordinate date, String fromOwner, String toOwner, ProvenanceTracker.TransferType type, Place location, String notes) Creates an instance of aProvenanceEventrecord class.Restoration(String processName, String restorer, TimeCoordinate date, String outcome) Creates a new Restoration record. -
Uses of TimeCoordinate in org.episteme.social.arts.music
Constructors in org.episteme.social.arts.music with parameters of type TimeCoordinateModifierConstructorDescriptionComposition(String name, String description, TimeCoordinate productionDate, Place productionPlace) Composition(String name, String description, TimeCoordinate productionDate, Place productionPlace, KeySignature keySignature, double tempoBpm, TimeSignature timeSignature, List<Part> parts) -
Uses of TimeCoordinate in org.episteme.social.arts.theater
Constructors in org.episteme.social.arts.theater with parameters of type TimeCoordinateModifierConstructorDescriptionChoreography(String name, String description, TimeCoordinate productionDate, Place productionPlace, List<String> steps) -
Uses of TimeCoordinate in org.episteme.social.economics
Classes in org.episteme.social.economics that implement interfaces with type arguments of type TimeCoordinateModifier and TypeClassDescriptionclassRepresents a formal organizational structure (organigram).classA class representing a physical or virtual resource with ownership, position, and temporal attributes.Methods in org.episteme.social.economics that return TimeCoordinateModifier and TypeMethodDescriptionResource.getProductionDate()Organigram.getTimestamp()Deprecated.Resource.getTimestamp()Deprecated.Organigram.getWhen()Resource.getWhen()Methods in org.episteme.social.economics with parameters of type TimeCoordinateConstructors in org.episteme.social.economics with parameters of type TimeCoordinateModifierConstructorDescriptionHumanResource(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate, Money value) MaterialResource(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate, Identification id, Money value) Resource(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate) Creates a new Resource object.Resource(Identification id, String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate) -
Uses of TimeCoordinate in org.episteme.social.economics.money
Methods in org.episteme.social.economics.money that return TimeCoordinateModifier and TypeMethodDescriptionReceipt.getDate()Transaction.getDate()Check.getEmission()Returns the emission date/time.Coin.getEmission()Returns the emission date.Quote.getQuoteTime()Methods in org.episteme.social.economics.money with parameters of type TimeCoordinateModifier and TypeMethodDescriptionstatic CoinCoin.euro(Identification id, TimeCoordinate emission, double value) Creates a Euro coin.voidQuote.setQuoteTime(TimeCoordinate quoteTime) voidQuote.update(long volume, Money value, TimeCoordinate quoteTime) Updates the quote with new trading data.static CoinCoin.usPenny(Identification id, TimeCoordinate emission) Creates a US penny.static CoinCoin.usQuarter(Identification id, TimeCoordinate emission) Creates a US quarter.Constructors in org.episteme.social.economics.money with parameters of type TimeCoordinateModifierConstructorDescriptionCheck(Identification identification, Account emitter, Organization receiver, TimeCoordinate emission, double amount, Currency currency) Creates a new Check from amount and currency.Check(Identification id, Account emitter, Organization receiver, TimeCoordinate emission, Money value) Creates a new Check.Coin(double value, Identification identification, TimeCoordinate emission, Currency currency) Creates a new Coin from amount and currency.Coin(Identification identification, TimeCoordinate emission, Money value) Creates a new Coin.Coin(Identification id, TimeCoordinate emission, Money value, String mintMark) Creates a new Coin with mint mark.Quote(String symbol, String company, long volume, Money value, String market, Money openPrice, TimeCoordinate quoteTime) Creates a new Quote with full information.Receipt(Organization seller, Organization buyer, TimeCoordinate date, Identification id, String description, Money amount) Creates a receipt for a money transaction.Receipt(Organization seller, Organization buyer, TimeCoordinate date, Identification id, String description, Share share, int quantity) Creates a receipt for a share transaction.Transaction(Organization seller, Organization buyer, TimeCoordinate date, Identification id, String description, Money amount) Creates a money transaction.Transaction(Organization seller, Organization buyer, TimeCoordinate date, Identification id, String description, Share share, int quantity) Creates a share transaction. -
Uses of TimeCoordinate in org.episteme.social.economics.resources
Methods in org.episteme.social.economics.resources that return TimeCoordinateModifier and TypeMethodDescriptiondefault TimeCoordinateFood.getExpirationDate()Returns the expiration date ("best before" date) of the food.Constructors in org.episteme.social.economics.resources with parameters of type TimeCoordinateModifierConstructorDescriptionArtifact(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate, Identification identification, Money value) Initializes a new artifact.Building(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate, Identification identification, Money value) Initializes a new building resource.Clothes(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate, Identification identification, Money value) Initializes new clothing.Creature(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate) Initializes a new creature.Fossil(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate) Initializes a new fossil.Gas(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate) Initializes a new gaseous resource.Installation(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate, Identification identification, Money value) Initializes a new installation.Liquid(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate) Initializes a new liquid resource.Machine(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate, Identification identification, Money value) Initializes a new machine.Mineral(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate) Creates a new Mineral object.Natural(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate) Initializes a new natural resource.PhysicalObject(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate, Identification identification, Money value) Initializes a new physical object.Road(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate, Identification identification, Money value) Initializes a new road.Robot(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate, Identification identification, Money value) Initializes a new robot.Solid(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate) Initializes a new solid resource.Thing(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate) Initializes a new physical thing.Tool(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate, Identification identification, Money value) Initializes a new tool.Vehicle(String name, String description, Quantity<?> amount, Community producer, Place productionPlace, TimeCoordinate productionDate, Identification identification, Money value) Initializes a new vehicle. -
Uses of TimeCoordinate in org.episteme.social.geography
Classes in org.episteme.social.geography that implement interfaces with type arguments of type TimeCoordinateModifier and TypeClassDescriptionstatic classRepresents a snapshot of a boundary at a specific time.Methods in org.episteme.social.geography that return TimeCoordinateModifier and TypeMethodDescriptionTimedBoundary.BoundaryState.getTimestamp()TimedBoundary.BoundaryState.getWhen()Methods in org.episteme.social.geography with parameters of type TimeCoordinateModifier and TypeMethodDescriptionvoidTimedBoundary.addState(TimeCoordinate timestamp, Boundary<?> boundary) Adds a boundary state at a given time.Boundary<?> TimedBoundary.getAt(TimeCoordinate time) Returns the boundary active at the given time.TimedPlace.getBoundariesAt(TimeCoordinate time) Returns the effective boundaries at a specific time.Constructors in org.episteme.social.geography with parameters of type TimeCoordinate -
Uses of TimeCoordinate in org.episteme.social.history
Classes in org.episteme.social.history that implement interfaces with type arguments of type TimeCoordinateModifier and TypeClassDescriptionclassRepresents a significant historical or scientific event.Fields in org.episteme.social.history declared as TimeCoordinateMethods in org.episteme.social.history that return TimeCoordinateModifier and TypeMethodDescriptionBorderEvolution.BorderChange.date()Returns the value of thedaterecord component.CounterfactualSimulator.ContingencyEvent.date()Returns the value of thedaterecord component.HistoricalDemography.DemographicSnapshot.date()Returns the value of thedaterecord component.HistoricalEventCorrelator.CorrelatableEvent.date()Returns the value of thedaterecord component.BorderEvolution.Territory.endDate()Returns the value of theendDaterecord component.HistoricalEvent.getEndDate()HistoricalEvent.getStartDate()Event.getWhen()BorderEvolution.Territory.startDate()Returns the value of thestartDaterecord component.static TimeCoordinateCarbonDatingConverter.toCalendarDate(double radiocarbonYearsBP) Converts a radiocarbon age (BP = Before Present, where Present is 1950 CE) to a calendar date estimate using a simplified linear model.Methods in org.episteme.social.history with parameters of type TimeCoordinateModifier and TypeMethodDescriptionstatic doubleBorderEvolution.calculateTerritorialExtent(String entityName, TimeCoordinate date) Calculates the total territorial extent (approx. area in km²) of an entity at a given date.Timeline.getEventsBetween(TimeCoordinate start, TimeCoordinate end) BorderEvolution.getSovereignAt(double latitude, double longitude, TimeCoordinate date) Determines which sovereign entity controlled a specific location at a given date.static List<BorderEvolution.Territory> BorderEvolution.getTerritoriesAtDate(TimeCoordinate date) Retrieves all territories that were active at a specific historical date.Constructors in org.episteme.social.history with parameters of type TimeCoordinateModifierConstructorDescriptionBorderChange(TimeCoordinate date, String description, BorderEvolution.Territory beforeTerritory, BorderEvolution.Territory afterTerritory, BorderEvolution.ChangeType type) Creates an instance of aBorderChangerecord class.ContingencyEvent(String id, String name, TimeCoordinate date, String category, double importance, List<String> consequences) ContingencyEvent(String id, String name, TimeCoordinate date, String category, Real importance, List<String> consequences) Creates an instance of aContingencyEventrecord class.CorrelatableEvent(String name, String category, TimeCoordinate date, String location, Map<String, Object> attributes) Creates an instance of aCorrelatableEventrecord class.DemographicSnapshot(TimeCoordinate date, long population, double growthRate, String region, double reliability) Creates an instance of aDemographicSnapshotrecord class.Event(String name, String description, TimeCoordinate when, EventCategory category) Event(String name, TimeCoordinate when) GeologicalEra(String name, String description, TimeCoordinate when) GeologicalEra(String name, TimeCoordinate when) HistoricalEra(String name, String description, TimeCoordinate when) HistoricalEra(String name, TimeCoordinate when) HistoricalEvent(String name, String description, TimeCoordinate startDate, TimeCoordinate endDate, EventCategory category, Place location) HistoricalEvent(String name, TimeCoordinate date, EventCategory category) PositionedEvent(String name, String description, TimeCoordinate when, Place position, EventCategory category) PositionedEvent(String name, TimeCoordinate when, Place position) Territory(String name, String sovereignEntity, List<double[]> boundaryPoints, TimeCoordinate startDate, TimeCoordinate endDate, String notes) Creates an instance of aTerritoryrecord class. -
Uses of TimeCoordinate in org.episteme.social.history.archeology
Methods in org.episteme.social.history.archeology that return TimeCoordinateModifier and TypeMethodDescriptionItem.getDating()Returns the estimated dating of the artifact.Item.getDiscoveryDate()Civilization.getEndDate()Site.getExcavationStartDate()Civilization.getStartDate()Methods in org.episteme.social.history.archeology with parameters of type TimeCoordinateModifier and TypeMethodDescriptionvoidItem.setDating(TimeCoordinate dating) Sets the estimated dating of the artifact.voidCivilization.setEndDate(TimeCoordinate endDate) Constructors in org.episteme.social.history.archeology with parameters of type TimeCoordinateModifierConstructorDescriptionCivilization(Culture culture, Place place, TimeCoordinate startDate) Item(String name, String description, Organization organization, TimeCoordinate dating, Identification identification, Set<Human> discoverers, TimeCoordinate discoveryDate, Place originalPosition) Site(String name, TimeCoordinate excavationStartDate, Boundary<EarthCoordinate> limits) -
Uses of TimeCoordinate in org.episteme.social.history.calendars
Classes in org.episteme.social.history.calendars that implement TimeCoordinateModifier and TypeClassDescriptionfinal classA temporal coordinate based on anAlternateCalendarsystem.Methods in org.episteme.social.history.calendars with parameters of type TimeCoordinate -
Uses of TimeCoordinate in org.episteme.social.history.time
Classes in org.episteme.social.history.time that implement TimeCoordinateModifier and TypeClassDescriptionfinal classRepresents a historical period defined by two fuzzy points in time.final classRepresents a historical or cosmic date with varying degrees of precision and uncertainty.classA continuous interval in time.final classA precise point in time.Subinterfaces with type arguments of type TimeCoordinate in org.episteme.social.history.timeModifier and TypeInterfaceDescriptioninterfaceInterface for a temporal coordinate, representing a position in time.interfaceInterface for a temporal coordinate, representing a position in time.Methods in org.episteme.social.history.time that return TimeCoordinateMethods in org.episteme.social.history.time with parameters of type TimeCoordinateModifier and TypeMethodDescriptionintFuzzyTimeInterval.compareTo(TimeCoordinate o) intFuzzyTimePoint.compareTo(TimeCoordinate other) intTimeInterval.compareTo(TimeCoordinate o) intTimePoint.compareTo(TimeCoordinate o) -
Uses of TimeCoordinate in org.episteme.social.law
Methods in org.episteme.social.law that return TimeCoordinateMethods in org.episteme.social.law with parameters of type TimeCoordinateModifier and TypeMethodDescriptionvoidAct.setDate(TimeCoordinate date) voidContract.setSigningDate(TimeCoordinate signingDate) Constructors in org.episteme.social.law with parameters of type TimeCoordinateModifierConstructorDescriptionAct(Identification id, ActKind kind, TimeCoordinate date, String object, Set<Human> subjects) Creates a new Act object.Contract(String title, TimeCoordinate date) Minimal constructor.Contract(Organization firstParty, Organization secondParty, String title, TimeCoordinate date, List<String> contents) Creates a new Contract with parties and contents. -
Uses of TimeCoordinate in org.episteme.social.politics
Classes in org.episteme.social.politics that implement interfaces with type arguments of type TimeCoordinateModifier and TypeClassDescriptionclassRepresents a political or social conflict between multiple populations or groups.classRepresents a political election event, aggregating votes for candidates.Methods in org.episteme.social.politics that return TimeCoordinateModifier and TypeMethodDescriptionConflict.getEndDate()Returns the timestamp when the conflict was resolved or ceased.Conflict.getStartingDate()Returns the exact starting timestamp.Conflict.getWhen()Election.getWhen()Methods in org.episteme.social.politics with parameters of type TimeCoordinateModifier and TypeMethodDescriptionvoidConflict.setEndDate(TimeCoordinate endDate) Sets the timestamp for conflict resolution.Constructors in org.episteme.social.politics with parameters of type TimeCoordinateModifierConstructorDescriptionConflict(String name, Set<PsychologicalGroup> involvedGroups, Place place, TimeCoordinate startingDate) Creates a new Conflict. -
Uses of TimeCoordinate in org.episteme.social.psychology
Methods in org.episteme.social.psychology that return TimeCoordinateModifier and TypeMethodDescriptionDecision.timestamp()Returns the value of thetimestamprecord component.Constructors in org.episteme.social.psychology with parameters of type TimeCoordinateModifierConstructorDescriptionDecision(String subject, String choice, String rationale, TimeCoordinate timestamp) Creates an instance of aDecisionrecord class. -
Uses of TimeCoordinate in org.episteme.social.sociology
Classes in org.episteme.social.sociology that implement interfaces with type arguments of type TimeCoordinateModifier and TypeClassDescriptionclassRepresents a social role assumed by an individual within a specific situation.Methods in org.episteme.social.sociology that return TimeCoordinateMethods in org.episteme.social.sociology with parameters of type TimeCoordinateModifier and TypeMethodDescriptionvoidHuman.setBirthWhen(TimeCoordinate birthWhen) voidHuman.setDeathWhen(TimeCoordinate deathWhen) voidRole.setTimestamp(TimeCoordinate timestamp) Sets the timestamp for this role. -
Uses of TimeCoordinate in org.episteme.social.sociology.survey
Methods in org.episteme.social.sociology.survey that return TimeCoordinate -
Uses of TimeCoordinate in org.episteme.social.sports
Classes in org.episteme.social.sports that implement interfaces with type arguments of type TimeCoordinateModifier and TypeClassDescriptionclassRepresents a discrete sports match between two teams or individuals.Methods in org.episteme.social.sports that return TimeCoordinateModifier and TypeMethodDescriptionRecordTracker.WorldRecord.date()Returns the value of thedaterecord component.Match.getDate()Match.getTimestamp()Match.getWhen()HistoricalSports.HistoricalSport.originPeriod()Returns the value of theoriginPeriodrecord component.Constructors in org.episteme.social.sports with parameters of type TimeCoordinateModifierConstructorDescriptionHistoricalSport(String name, String modernDescendant, TimeCoordinate originPeriod, String region, List<String> rules, Map<String, String> equipment, String performanceMetric) Creates an instance of aHistoricalSportrecord class.Match(Sport sport, TimeCoordinate date, Team homeTeam, Team awayTeam) Creates a new Match.WorldRecord(String discipline, String category, Real performance, String unit, String athlete, String nationality, TimeCoordinate date, String venue, boolean isHigherBetter) Creates an instance of aWorldRecordrecord class.