public class RelationshipsFVT extends Object
| Constructor and Description |
|---|
RelationshipsFVT(String url,
String serverName,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
Synonym |
createSynonym(Term term1,
Term term2) |
Categorization |
createTermCategorization(Term term,
Category category) |
IsaTypeOf |
createTermISATypeOFRelationship(Term term1,
Term term2) |
static void |
main(String[] args) |
void |
run() |
static void |
runIt(String url,
String serverName,
String userId) |
static void |
runWith2Servers(String url) |
public RelationshipsFVT(String url, String serverName, String userId) throws SubjectAreaCheckedException, SubjectAreaFVTCheckedException
public static void main(String[] args)
public static void runWith2Servers(String url) throws SubjectAreaCheckedException, SubjectAreaFVTCheckedException
public static void runIt(String url, String serverName, String userId) throws SubjectAreaCheckedException, SubjectAreaFVTCheckedException
public void run()
throws SubjectAreaCheckedException,
SubjectAreaFVTCheckedException,
SubjectAreaFVTCheckedException
public Synonym createSynonym(Term term1, Term term2) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, SubjectAreaFVTCheckedException
public IsaTypeOf createTermISATypeOFRelationship(Term term1, Term term2) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, SubjectAreaFVTCheckedException
public Categorization createTermCategorization(Term term, Category category) throws InvalidParameterException, UserNotAuthorizedException, MetadataServerUncontactableException, UnexpectedResponseException, UnrecognizedGUIDException, SubjectAreaFVTCheckedException
Copyright © 2018–2020 ODPi. All rights reserved.